home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000743_huhtala@hiisi.stat.jyu.fi_Mon Jul 11 15:12:34 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from hiisi.stat.jyu.fi by cs.umb.edu with SMTP id AA15466
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 11 Jul 1994 05:15:13 -0400
  3. Received: by hiisi.stat.jyu.fi id AA13267
  4.   (5.67a/IDA-1.4.4 for tex-k@cs.umb.edu); Mon, 11 Jul 1994 12:12:40 +0300
  5. From: Kyosti Huhtala <huhtala@hiisi.stat.jyu.fi>
  6. Message-Id: <199407110912.AA13267@hiisi.stat.jyu.fi>
  7. Subject: dviljk: make install fails for fonts
  8. To: tex-k@cs.umb.edu
  9. Date: Mon, 11 Jul 1994 12:12:34 +0300 (EET DST)
  10. X-Mailer: ELM [version 2.4 PL21]
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. Content-Length: 1103      
  15.  
  16. I obtained dviljk v. 1.1 from CTAN. After configure I got 
  17. dviljk/fonts/Makefile with lines:
  18.  
  19. # Generated automatically from Makefile.in by configure.
  20. # Makefile for the dviljk builtin font files. --kb@cs.umb.edu, 24feb94.
  21. # Public domain.
  22.  
  23. srcdir = /export/opt2/texmf/dviljk-1.1/dviljk/fonts
  24. VPATH = /export/opt2/texmf/dviljk-1.1/dviljk/fonts
  25.  
  26. # For `install'.
  27. prefix = /opt
  28. datadir = $(prefix)/lib
  29. texmf_prefix = $(prefix)/texmf
  30. fontdir = $(texmf_prefix)/fonts
  31. bh_fontdir = $(fontdir)/bh
  32. cg_fontdir = $(fontdir)/cg
  33. mt_fontdir = $(fontdir)/monotype
  34.  
  35. INSTALL = /opt/gnu/bin/install -c 
  36. INSTALL_DATA = $(INSTALL) -m 644
  37. SHELL = /bin/sh
  38.  
  39. installargs = \
  40.   INSTALL='$(INSTALL)' \
  41.   INSTALL_DATA='$(INSTALL_DATA)' \
  42.   bh_fontdir=$(bh_fontdir) \
  43.   cg_fontdir=$(cg_fontdir) \
  44.   mt_fontdir=$(mt_fontdir) \
  45.  
  46. fam_install_args = $(installargs) fam=$(fam) fam_dir=$(fam_dir) norm=$(norm)
  47.  
  48. all:
  49.  
  50. etc. etc.
  51.  
  52. Now the backslash at the end of line mf_fontdir= causes loop and thus
  53. the installation of fonts fails. This is not a big problem but it
  54. took me quite a lot of time to find out.
  55.  
  56. Yours,
  57.  
  58. Kyosti
  59. huhtala@jyu.fi